Graph API Configuration for Microsoft 365 Exchange Online
You can enable users to check attendee availability and create meetings in Exchange from EMS applications. To do this, you can use an Azure App with the MS Graph API to connect EMS and Exchange Online.
If you already have an Azure App (for EMS Exchange Room Integration), an Azure administrator will only need to update the permissions on the app — see section Configuration of permissions in Azure Active Directory (AD).
- Sign in to portal.azure.com with the appropriate Azure Administrator account.
- Click Azure Active Directory in the menu.
-
Under Manage, select App registrations.
-
Select New registration.
-
Enter a name.
-
Set Supported account types for your scenario.
-
Click Register.
-
Select the previously created Azure App.
-
Under Manage, click API Permissions.
-
Select Add a permission.
-
Select Microsoft Graph.
-
Select Applications permissions.
- Select the following:
Calendars.ReadWrite – used to manage meetings created from EMS on users’ calendars.
People.Read.All – used to look up attendee availability from EMS applications.
User.Read.All – used to look up user information.
-
Click Add Permissions.
-
Under Grant Consent, select Grant admin consent for your domain.
-
Select Yes.
The permissions appear in the list.
-
Under Manage, click Certificates and Secrets.
-
Select New Client Secret.
-
Select an expiration window. We recommend that you select None.
-
Click Save.
-
Copy and make note of that value, since this is the only time it appears.
-
From the Overview section, copy the Application ID and Tenant ID to add to the EMS configuration.
-
Navigate to your EMSPlatform/admin page.
- Sign in with a Web Administrator level Everyday User account.
-
Navigate to Integrations.
-
Select the PAM configuration client.
If you don't see this option, make sure that you are using EMS version 220.2.2 or later and that the EMS Platform Services default.json file created by the installer is being used instead of a copy from previous versions.
-
Click Reset Secret.
-
Copy the value of the secret as it cannot be retrieved later.
-
In the web.config file for the EMS Exchange Integration Web Service, enter the secret between the quotes for the value of this key: <add key="EmsPlatformSecret" value=""/>
- Navigate to the ExchangeIntegrationWebService/pamconfig.aspx page.
- On Provider, select EMS Platform.
- Select Use OAuth for Office 365 Exchange Web Services.
- In MS Graph Tenant ID, MS Graph App ID, and EMS Graph App Secret, enter the values from Azure Active Directory app that was configured for the integration.
- Click Save.
- Under System Administration > Settings > Parameters, go to the Desktop Client tab and find the parameter Enables Integration into MSGraph APIs and set the value to Yes.
- Select System Administration > Settings > Parameters > Desktop Client tab.
- In the Enables Integration into MSGraph APIs parameter, select Yes.
- To ensure the settings take effect, recycle application pools used by EMS on the web server.
The email address and password under Account Information is still necessary for the service to authenticate within EMS. This account is not used as a service account to EMS Exchange and does not require any impersonation or delegation permissions.